Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.source
Interface IVerticalRulerInfoExtension

All Known Subinterfaces:
IChangeRulerColumn
All Known Implementing Classes:
ChangeRulerColumn, LineNumberChangeRulerColumn

public interface IVerticalRulerInfoExtension

Extends IVerticalRulerInfo with the ability to define a custom hover to be used when hovering over the IVerticalRuler described by this info instance, and to specify the IAnnotationModel used by it.

Since:
3.0

Method Summary
 IAnnotationHover getHover()
          Returns the hover for this vertical ruler (column).
 IAnnotationModel getModel()
          Returns the model currently used by the receiver.
 

Method Detail

getHover

public IAnnotationHover getHover()
Returns the hover for this vertical ruler (column).

Returns:
the hover for this column

getModel

public IAnnotationModel getModel()
Returns the model currently used by the receiver.

Returns:
the model of the receiver, or null if no model is installed.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.